FolderGetItems(Int32, Int32, Boolean) Method
Gets the items.
Namespace: Independentsoft.PstAssembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
public IList<Item> GetItems(
int startIndex,
int endIndex,
bool includeAttachments
)
Public Function GetItems (
startIndex As Integer,
endIndex As Integer,
includeAttachments As Boolean
) As IList(Of Item)
- startIndex Int32
- The start index.
- endIndex Int32
- The end index.
- includeAttachments Boolean
- if set to true [include attachments].
IListItemIList{Item}.